Submit

Plane Mcp Server

@Disrex - Simplifying E-commerce & Hosting

4 months ago
A Model Context Protocol (MCP) server that enables LLMs to interact with Plane.so, allowing them to manage projects and issues through Plane's API. Using this server, LLMs like Claude can directly interact with your project management workflows while maintaining user control and security.
Overview

Plane MCP Server is a connector that lets large language models (like Claude) directly interact with Plane.so Cloud (not self-hosted). It acts as a bridge so AI can manage projects, issues, sprints, cycles, labels, comments, attachments, time tracking, and more in Plane—while still requiring your approval for any changes.

  • Built for Plane Cloud workspaces (app.plane.so/workspace-slug).
  • Provides a wide set of tools (CRUD for projects, issues, states, modules, cycles, labels, etc.).
  • Supports custom issue types, sub-issues, properties, intake/triage, and transfers.
  • Runs as an MCP server in Claude for Desktop via NPM or manual setup.

In short: it’s an enhanced Plane.so API wrapper for MCP, giving LLMs structured, safe access to your project management workflows.

Server Config

{
  "mcpServers": {
    "plane": {
      "command": "npx",
      "args": [
        "-y",
        "@disrex/plane-mcp-server"
      ],
      "env": {
        "PLANE_API_KEY": "your_plane_api_key_here",
        "PLANE_WORKSPACE_SLUG": "your_workspace_slug_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.